home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00246.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  457 b   |  19 lines

  1. on mouseDown
  2.   puppetSprite(21, 1)
  3.   set the memberNum of sprite 21 to the number of member "SH1 DOWN.PICT"
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   set the memberNum of sprite 21 to the number of member "SH1 UP.PICT"
  9.   if the memberNum of sprite 5 <> 0 then
  10.     if the movieTime of sprite 5 < 6000 then
  11.       set the movieTime of sprite 5 to 5070
  12.     else
  13.       set the movieTime of sprite 5 to 18756
  14.     end if
  15.   end if
  16.   updateStage()
  17.   puppetSprite(21, 0)
  18. end
  19.